home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5230 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.tau.ac.il!usenet
  2. From: Avi Lev <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Keyboard/Mouse input help neded!
  5. Date: Mon, 11 Mar 1996 09:02:50 +0200
  6. Organization: Sapiens Technologies
  7. Message-ID: <3143D01A.B5@sapiens.com>
  8. References: <4hetig$dju@newsserv.grfn.org>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Jeret Lendman wrote:
  16. >   I have a double buffered screen.  I tried to open an Intuition window,
  17. > but it crashed.  So whats the best way to do Keyboard/Mouse input???
  18.  
  19. Well i would first try to figure out why the window won't open 
  20. successfully (ie no crashes), you're probably trashing some 
  21. memory or there isn't much of it in the system at that point in 
  22. the program. if that fails what you can do is use the 
  23. input.device and monitor the input chain for mouse and input 
  24. messages which belong to your program. i know it's like 
  25. inventing the wheel all over but, it works!
  26. good luck, Avi.
  27.